select issue_date from stamps,color_master,printsize_master where stamps.issue_date!='' and color_master.color_code=stamps.color_code and color_master.color='Plum' and printsize_master.printsize_code=stamps.printsize_code and printsize_master.printsize='3.56 x 2.5' and issue_date!='' order by issue_date